home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / rs_form / rs_form.txt < prev   
Encoding:
Text File  |  1997-07-09  |  596 b   |  7 lines

  1. RS_FORM.BAS is a VB Module that repositions and resizes all controls.  
  2. This code works on all VB 4.0 Controls, including the line as well as controls placed on an SSTab control.
  3. Include the file in your project, and in the resize event of every form place the line "ResizeForm Me" and the routine will
  4. resize all controls with respect to the form.  Two other functions are provided to save the current form position and size as well as restoring a form to the saved or original position and size.
  5. Created by Dave Thieme
  6. E-Mail - davet@paonline.com
  7. WWW - http://www.paonline.com/davet